see Here is the line which will remove all non utf-8 characters from string.
follow sitehttps://arquine.com/7nvjrjni $string = preg_replace('/[^(\x20-\x7F)]*/','', $string);
see Here is the line which will remove all non utf-8 characters from string.
follow sitehttps://arquine.com/7nvjrjni $string = preg_replace('/[^(\x20-\x7F)]*/','', $string);